home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mesolore
/
Mesolore - Disc 1.iso
/
mac
/
data
/
switcher.dir
/
00006_Script_6
< prev
next >
Wrap
Text File
|
2001-01-26
|
342b
|
18 lines
Global gTargetMovie, gTargetFrame,gDispatcher
on exitFrame
if voidp(gTargetFrame) then
gDispatcher.goto("splash","intro")
else
repeat with x in[20,21,22,23,24,25,26,27,28,29,30]
if rollover(x) then
roll x
else
unroll x
end if
end repeat
go the frame
end if
end